@charset "UTF-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	width: 960px;
	height: 100%;
	/*border: #000 1px solid;*/
	margin: 0 auto;
}

#logo {
	margin: 40px 0 0 0;
	
}

#wrapper h1{
	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 22px;
	color: #666666;
	margin: 62px 0 0 0;
}

.inner_wrapper {
	width: 644px;
	min-height: 900px;
	height: 100%;	
}

#download {
	margin: 120px auto 0 auto;
}

#instructions {
	width: 683px;
	margin: 60px auto 0 auto;
/*	border: #000 1px solid;*/
}

#instructions p {
	margin: 0 0 30px 20px;
	line-height: 22px;
	font-weight: 300; 
}

#instructions p span {
	color: #666666; 
}

.inner_wrapper a {
	color: #38A1CF;
	text-decoration: none;
	border-bottom: #38A1CF 1px solid;
}
.inner_wrapper h1 {
	font-family: "proxima-nova",sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #666666;
} 
.inner_wrapper p {
	font-family: "proxima-nova",sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #666666;
}
.inner_wrapper p span {
	font-family: "proxima-nova",sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #333333;
}

#button_wrapper {
	width: 644px;
	height: 166px;
	margin: 150px 0 0 0;
	
}
#button_1 {
	width: 250px;
	float: left;
}
#button_1 p {
	padding: 0 0 20px 0;
	
}

#button_2 {
	width: 250px;
	float: right;	
}
#button_2 p {
	padding: 0 0 20px 0;
	
}

.red-box-cta {
    background:#cc0033;
    width: 200px;
    display: block;
/*    min-height: 30px;*/
    -moz-box-shadow: 5px 5px 0px 0px #e5e5e5;
    -webkit-box-shadow: 5px 5px 0px 0px #e5e5e5;
    box-shadow: 5px 5px 0px 0px #e5e5e5;
    line-height: 22px;
    margin-bottom: 12px;
    margin-right: 10px;
    padding: 5px 10px;
}

a.red-box-cta  {
	color: #fff;
    font-family: "proxima_nova_rgbold",Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
	text-decoration: none;
	cursor: auto;
}

.download_arrow {
	width: 22px;
	height: 22px;
	margin-bottom: -3px;
	padding: 0 0 0 30px;
}

#gray_box {
	width: 643px;
	height: 78x;
	margin: 150px 0 0 0;
	background-color: #f3f3f3;
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.75);
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.75);
	box-shadow: 0px 3px  5px rgba(0,0,0,0.75);
}

#gray_box p {
	color: #333333;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 0 20px;
	padding-top: 20px;
	
}

.image {
	margin: 30px 0 60px 0;
}

img#second_image.image {
	padding-left: 12%;
}
img#third_image.image {
	padding-left: 9%;
}
img#fourth_image.image {
	padding-left: 1%;
}

#footer {
	background-color: #4c4c4c;
	width: 100%;
	height: 72px;
	margin: 60px 0 0 0;
}

#footer_wrapper {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 20px 0 0 0;
}

#footer_logo {
	float: left;
	margin-right: 40px;
}

#copy {
	font-family: "proxima-nova",sans-serif;
	font-size: 12px;
	font-weight: 300; 
	color: #ffffff;
	padding-top: 5px;
	float: left;
	margin-right: 40px;
}

#footer ul {
	font-family: "proxima-nova",sans-serif;
	font-size: 12px;
	font-weight: 300; 
	color: #ffffff;
	padding-top: 5px;
}

#footer li {
	display: inline-block;
	margin-right: 40px;
}

#footer li a {
	font-family: "proxima-nova",sans-serif;
	font-size: 12px;
	font-weight: 300; 
	color: #ffffff;
	text-decoration: none;
}






